/*
  I was going to add colours to this (one different random colour per loop) but i 
  realised it actually worked rather well as it is and just stopped. Not 
  brilliant in small windows, with constantly high
  levels, but fine on my system, with my collection =) if you think it's too thick, change it.
  Hell, release modified versions of it if you want... 
  by Nihilist (tomgarnett@bigfoot.com) 20 Aug 2000
*/ 

Vers=40,


Durn="6.0",

CamX="200*sin(t/3)",
CamY="200*cos(t/3)",
CamZ="160+100*sin(t*.547)",

CmLX="0",
CmLY="0",
CmLZ="0",

CUpX="0",
CUpY="0",
CUpZ="1",

BckR="0",
BckG="0",
BckB="0",

LvlR="1",
LvlG="1",
LvlB="1",

C0="sqrt(1-dt)*.2",


D0="fft( s )",
D1="C0*( 1 + 4*D0 )",

R="D1",
G="D1",
B="D1",

C1="30*(1-dt)*sin(st*1.5)",
C2="30*(1-dt)*cos(st*1.5)",

C3="100 + C1",
D2="C3 + D0 * C1",

X="D2 * sin(s*6.283)",
Y="D2 * cos(s*6.283)",
Z="( 1+ .6 * D0 ) * C2",

LWdt="3",


ConL=1,
ConB=0,



widt=400,
heig=300,
Scal="300",
ScSz=1,

Pers="70"

